Nuprl Definition : component-compatible 11,40

component-compatible(ds;da;T1;T2;C1;C2)
== X1:Interface(ds;da;T1), X2:Interface(ds;da;T2). scheme-compatible((C1(X1)).1;(C2(X2)).1) 
latex



clarification:

component-compatible{i:l}
component-compatible(dsdaT1T2C1C2)
== X1:Interface(ds;da;T1), X2:Interface(ds;da;T2).
== scheme-compatible{i:l}
== scheme-compatible(((C1(X1)).1); ((C2(X2)).1)) 
latex


Definitionsf(a), t.1, scheme-compatible(A;B), Interface(ds;da;A), x:AB(x)
FDL editor aliasescomponent-compatible

origin